-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding sphinx documentation #21
Conversation
Please rebase the branch to mainline. Also check if you can better |
Done. |
9f10d8b
to
2c368ec
Compare
2c368ec
to
38a0e5b
Compare
ae4d701
to
a76ed10
Compare
@quic-amitraj , Can you rebase and build the docs and update to |
11033ee
to
e22c6cc
Compare
Done |
Can you please change the year in license of all files to 2024 only instead of 2023-2024. |
c2f47a1
to
33893d2
Compare
4f8e612
to
fb50caf
Compare
f39560f
to
9cabfc8
Compare
@@ -36,6 +36,7 @@ dependencies = [ | |||
|
|||
[project.optional-dependencies] | |||
test = ["pytest","pytest-mock"] | |||
docs = ["Sphinx==7.1.2","sphinx-rtd-theme==2.0.0","myst-parser==3.0.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlstreeter-quic @quic-jhugo , the packages will go as additional installation for docs only.
for someone to build docs, they can use pip install -e.[docs]
. Please review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlstreeter-quic @quic-jhugo ,we will be merging this PR early next week. (ETA August 13th 2024)
Please review and let us know if you have any queries. Thanks
bb6955f
to
08ac1da
Compare
c1aa76c
to
70d2eb2
Compare
Signed-off-by: amitraj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
70d2eb2
to
aa2bb34
Compare
Signed-off-by: Onkar Chougule <[email protected]>
Signed-off-by: Onkar Chougule <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally the optional and required parameter fields are missing in most of the docstrings. Default values are also missing in some method docstrings
Signed-off-by: Amit Raj <[email protected]>
@quic-rishinr @ochougul @irajagop @anujgupt-github, Can you please approve?, if everything looks good. |
Signed-off-by: Onkar Chougule <[email protected]>
Signed-off-by: Onkar Chougule <[email protected]>
Updated and added docstring for all the APIs to support Sphinx docstring format.